subscription payment
๐ Feature descriptionโ
- ๐ป Subscription payment using Stripe #priority ๐ซ 2024-01-22 ๐ 2024-02-04 โ 2024-01-23
๐ Scenarios:โ
โ (0) Subscription paymentโ
Given I am a new User that logged in
When I go to profile, and I start a payment subscription
Then I pay monthly `_amount_โฌ` every month until I cancel my subscription
Example:
{
"root":[
"3ZfJXPcfZ3hXr1KeWXiToe27QpU2" -- user registered without referral id
". . ."
],
"3ZfJXPcfZ3hTr1KeWXiToe27QpU2":[
"fe3ca2a521e64948d", -- user referred by "3ZfJXPcfZ3hXr1KeWXiToe27QpU2"
". . ."
],
"fe3ca2a21e64948d":[
". . .",
". . .",
". . ."
]
}